home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus Extra 1997 #4
/
Amiga Plus Extra 1997 #4.iso
/
pd
/
grafik
/
video easel
/
camrexx
/
tm-gas_borders.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1997-06-09
|
440b
|
21 lines
/* TM-Gas by an idea of Toffoli, in CAMRexx by THOR */
MakeAlgorithm:
if plane=0 then
PLANEALGORITHM margolus hvphases
if plane=1 then
PLANEALGORITHM echo center1
return
MakePlane:
if plane=0 then; do
if (center=opp & cw=ccw & center~=cw) | (ul_ | ur_ | ll_ | lr_) then
SETPLANE center
else; do
if phase then SETPLANE cw
else SETPLANE ccw
end
end
return